Wykres commitów

  • f3e049ef2e docs: add the media folder to docs and adjusted the imports. fiamon 2023-12-05 20:21:47 -0300
  • 2d1d8713ee
    feat: 支持 gpt4 v 图片 Jake 2023-11-19 10:40:25 +0800
  • dc362915f4 feat: gpt4新增模型 gelongshui 2023-11-13 20:08:48 +0800
  • 2cb9fda958
    feat: 发送token 排除系统消息 Jake 2023-11-09 00:28:03 +0800
  • ff34ff6ffc
    feat: 发送token 排除系统消息 Jake 2023-11-09 00:25:40 +0800
  • ff79d8bd13
    feat: 发送token 排除系统消息 Jake 2023-11-09 00:16:28 +0800
  • 2e3ab019a0
    Merge 360e55f31c into 73fb30bc11 Fongsi 2023-10-11 10:08:00 +0000
  • 360e55f31c
    Update types.ts Fongsi 2023-10-11 17:07:50 +0700
  • 5822ccff59
    Merge 348e8e043d into 73fb30bc11 Fongsi 2023-10-11 10:06:53 +0000
  • 348e8e043d
    Update chatgpt-unofficial-proxy-api.ts Fongsi 2023-10-11 17:05:27 +0700
  • 11211b91d3
    Update readme.md cwtuan 2023-10-06 21:18:08 +0800
  • e38a617bbe feat: common use encoding LiYang 2023-09-04 14:25:09 +0800
  • f5c876a1fa feat: use js-tiktoken/lite to reduce module size LiYang 2023-09-04 14:23:48 +0800
  • f5e24995ed
    chore: bump deps Philipp Burckhardt 2023-07-11 11:54:28 -0400
  • c661a0553a
    chore: bump deps and pin prettier until sort plugin supports v3 Philipp Burckhardt 2023-07-10 11:34:06 -0400
  • a205bfd3f7
    docs: add TSDoc comments Philipp Burckhardt 2023-07-10 11:23:05 -0400
  • 085e3128cc
    docs: add TSDoc comments Philipp Burckhardt 2023-07-09 22:26:37 -0400
  • 542c6e8419
    feat: allow disabling task tracking via terminal Philipp Burckhardt 2023-07-09 21:53:01 -0400
  • adc5a460fc
    feat: make options object optional Philipp Burckhardt 2023-07-09 17:40:09 -0400
  • 8622fc27c0
    feat: initialize default model providers Philipp Burckhardt 2023-07-09 17:31:59 -0400
  • 665b7bca7a
    feat: set model param defaults Philipp Burckhardt 2023-07-09 17:28:58 -0400
  • 35b9070e49
    feat: upgrade to API of new Anthropic SDK Philipp Burckhardt 2023-07-09 14:45:29 -0400
  • ea29a663a7
    chore: bump dependencies Philipp Burckhardt 2023-07-09 14:10:57 -0400
  • fbe0b901ef
    feat: allow setting model via env, rename opt to modelDefaults, and fix setting of retryConfig Philipp Burckhardt 2023-07-09 10:52:02 -0400
  • cc45b6b5c1
    fix: improve types via overloading Philipp Burckhardt 2023-07-09 10:42:14 -0400
  • de8ee09745
    feat: add pause message Philipp Burckhardt 2023-07-08 15:33:14 -0400
  • 69efdb5085
    feat: format output differently depending on mechanism Philipp Burckhardt 2023-07-08 15:31:49 -0400
  • ff801f4929
    feat: improve clear perf, toggle cursor, and resume key listeners Philipp Burckhardt 2023-07-08 12:57:38 -0400
  • 7f61c567bc
    fix: avoid truncating to e.g. preserve valid JSON Philipp Burckhardt 2023-07-08 11:32:23 -0400
  • c158042ee0
    feat: properly indent task outputs Philipp Burckhardt 2023-07-08 11:23:29 -0400
  • 1c474f2360
    feat: support separator Philipp Burckhardt 2023-07-07 23:27:15 -0400
  • 24f290d350
    fix: remove unused symbol Philipp Burckhardt 2023-07-07 23:25:12 -0400
  • b6a0bc33a6
    Merge pull request #3 from TZZack/feature-xt-zzz Zack 2023-07-07 15:40:58 +0800
  • 0378b0bd0e feat: 增加gpt-4相关模型 TZZack 2023-07-07 15:39:23 +0800
  • 43d622f6ef
    feat: add event emitting + terminal task output #34 Philipp Burckhardt 2023-07-05 16:49:12 -0400
  • 9ff7210f35
    chore: add eventemitter3 dep Philipp Burckhardt 2023-07-05 14:02:36 -0400
  • a922592985
    refactor: add isClosed property to tracker Philipp Burckhardt 2023-07-05 13:59:07 -0400
  • e595bc6109
    refactor: extend event emitter in agentic and task class Philipp Burckhardt 2023-07-05 13:57:45 -0400
  • 0418cff650
    Revert "chore: add eventemitter3 and remove unused deps" Philipp Burckhardt 2023-07-05 13:56:10 -0400
  • 2d38b9c9f1
    fix: resolve unfinished check bug and add pending status Philipp Burckhardt 2023-06-30 16:50:29 -0400
  • 026b9db724
    docs: add comments Philipp Burckhardt 2023-06-30 16:31:35 -0400
  • 94bfe16bb5
    feat: use tree data structure Philipp Burckhardt 2023-06-30 16:29:45 -0400
  • 0af8a8ed93
    feat: log warnings and errors Philipp Burckhardt 2023-06-30 14:33:11 -0400
  • 229390dc0b
    refactor: rename props and update tracker output Philipp Burckhardt 2023-06-30 14:22:02 -0400
  • bb5e0b40d6
    feat: move constants to configurable class props and add header Philipp Burckhardt 2023-06-30 13:10:17 -0400
  • 1804f022c2
    fix: handle ANSI escapes and uint8 utf-8 writes Philipp Burckhardt 2023-06-29 22:14:08 -0400
  • 66568d5c2b
    refactor: move functionality to class from module Philipp Burckhardt 2023-06-29 20:45:03 -0400
  • d033f7252b
    feat: also buffer stderr Philipp Burckhardt 2023-06-29 17:04:11 -0400
  • 540d930044
    fix: supply generic params for TaskEvent where missing Philipp Burckhardt 2023-06-29 12:27:04 -0400
  • ef5db74e81
    feat: improve type safety for event emitting Philipp Burckhardt 2023-06-29 11:47:59 -0400
  • 9e7894c3c5
    feat: add emitter to agentic instance Philipp Burckhardt 2023-06-28 13:58:45 -0400
  • cf21ecb264
    refactor: handle tracking in emitter Philipp Burckhardt 2023-06-28 13:45:33 -0400
  • 89c2a2a81c
    feat: add event emitter to tasks Philipp Burckhardt 2023-06-28 13:35:27 -0400
  • 92c54448c8
    chore: add eventemitter3 and remove unused deps Philipp Burckhardt 2023-06-27 11:27:48 -0400
  • 77b76de633
    feat: add terminal task tracker Philipp Burckhardt 2023-06-27 00:14:25 -0400
  • 1ccd840953
    feat: direct inquirer to stderr and throw if not TTY Philipp Burckhardt 2023-06-30 10:27:15 -0400
  • d8a6f54400
    feat: add dummy mechanism that bypasses human feedback Philipp Burckhardt 2023-06-29 22:43:30 -0400
  • 7c1cb2eb7b
    chore: update repository field Philipp Burckhardt 2023-06-29 17:09:45 -0400
  • a6253b2bca 🚾 Travis Fischer 2023-06-29 02:16:23 -0700
  • 4f0fac8215 🕺 Travis Fischer 2023-06-29 01:49:58 -0700
  • f307ef78ce Travis Fischer 2023-06-28 23:42:27 -0700
  • fa880739b3 🕌 Travis Fischer 2023-06-28 23:37:41 -0700
  • b58a4f5f54 🚓 Travis Fischer 2023-06-28 23:29:46 -0700
  • 160ce0d048 fix: CI and turbo BS Travis Fischer 2023-06-28 23:28:36 -0700
  • 4f3c9edff4 📙 Travis Fischer 2023-06-28 22:46:46 -0700
  • 69323026c9 🏍 Travis Fischer 2023-06-28 22:44:50 -0700
  • 12ae58c315 feat: WIP refactor monorepo to packages and turbo Travis Fischer 2023-06-28 22:32:51 -0700
  • 573a4d9f86
    Merge f507a34482 into 73fb30bc11 Hao 2023-06-30 00:55:37 +0800
  • 73fb30bc11 😦 Travis Fischer 2023-06-29 00:07:02 -0700
  • 7d38087222 🤔 Travis Fischer 2023-06-28 20:17:58 -0700
  • b5007175ac feat: switch js-tiktoken to load tokenizer ranks eagerly Travis Fischer 2023-06-28 20:16:56 -0700
  • d1838c734e feat: remove logging.ts and uuid Travis Fischer 2023-06-28 20:01:45 -0700
  • 311db19f02 feat: add tests for task caching Travis Fischer 2023-06-28 17:26:44 -0700
  • 034ea7a6c2 feat: add task caching Travis Fischer 2023-06-28 17:22:52 -0700
  • c634b3222b
    Merge pull request #30 from transitive-bullshit/human-feedback-output Philipp Burckhardt 2023-06-28 22:36:32 -0400
  • c20ce31e00
    feat: refactor human feedback to change results Philipp Burckhardt 2023-06-28 18:42:00 -0400
  • b61caf629e
    feat: implement debug-based custom logger #29 Philipp Burckhardt 2023-06-27 09:51:27 -0400
  • 796d3a3511
    refactor: use getEnv default and simplify Philipp Burckhardt 2023-06-27 09:48:26 -0400
  • c1043053fa
    fix: widen parameter type Philipp Burckhardt 2023-06-26 20:01:04 -0400
  • 1b45ea82be
    fix: rename from warning to warn Philipp Burckhardt 2023-06-26 19:59:46 -0400
  • c9a7c7b2b5
    fix: add missing space Philipp Burckhardt 2023-06-26 19:51:29 -0400
  • 0886ba63d1
    feat: print severity in debug output Philipp Burckhardt 2023-06-26 19:30:06 -0400
  • ba3f90ec44
    fix: export Logger type Philipp Burckhardt 2023-06-26 19:02:56 -0400
  • a72789eef5
    feat: replace pino with debug-based solution Philipp Burckhardt 2023-06-26 18:59:51 -0400
  • ffb98bbab2
    bump and add dependencies Philipp Burckhardt 2023-06-26 17:36:29 -0400
  • db8deb139c
    build: add typedoc for auto-generating documentation Philipp Burckhardt 2023-06-25 16:23:43 -0400
  • 06c4d93f9c
    docs: add and update examples Philipp Burckhardt 2023-06-25 16:18:06 -0400
  • 9d01e7cb8a Support 'continue' action ArneBouillon 2023-06-25 20:33:08 +0200
  • 11b303c738 feat: add stability ai service Travis Fischer 2023-06-24 21:25:28 -0700
  • 407d7fcfcd 🔭 Travis Fischer 2023-06-24 12:24:14 -0700
  • 0e3d19d466 📴 Travis Fischer 2023-06-23 17:39:31 -0700
  • ef7e350ddc feat: add Replicate stable diffusion tool Travis Fischer 2023-06-23 17:37:49 -0700
  • cd4a2a9236 feat: add midjourney tool Travis Fischer 2023-06-23 16:20:06 -0700
  • fc033e669c
    build: add c8 dep and test coverage script Philipp Burckhardt 2023-06-25 01:23:54 -0400
  • 3405e00397
    docs: add Nextra docs site skeleton Philipp Burckhardt 2023-06-25 01:17:20 -0400
  • 42d6ae5e85
    feat: add polygon.io service Philipp Burckhardt 2023-06-24 15:11:58 -0400
  • cf2868837c
    fix: use getEnv function Philipp Burckhardt 2023-06-24 15:09:11 -0400
  • fbb95733dd
    feat: minor fcn signature changes and add tests Philipp Burckhardt 2023-06-24 12:51:49 -0400
  • 42ff3f96a3
    docs: add service readme file Philipp Burckhardt 2023-06-24 11:10:25 -0400
  • 016bdff1a6
    feat: add support for aggregation endpoints Philipp Burckhardt 2023-06-23 09:59:50 -0400