Zhiming Ma
|
dda1013f21
|
chore: bump VSCode extension version 0.1.0. (#249)
|
2023-06-16 13:08:07 -07:00 |
Zhiming Ma
|
7597ec6097
|
refactor: VSCode Extension Settings cleanup. (#248)
* refactor: VSCode Extension Settings cleanup.
* fix: vscode extension update settings naming.
|
2023-06-16 12:54:30 -07:00 |
Zhiming Ma
|
7f607f2f30
|
feat: Update agent completion api user field. (#246)
|
2023-06-16 10:50:47 -07:00 |
Zhiming Ma
|
6f7a6afcd1
|
feat: Update agent device token api. (#244)
* feat: Update agent device token api.
* fix: typedef for DeviceTokenRequest.
|
2023-06-16 10:43:47 -07:00 |
Zhiming Ma
|
7cb9f2f07e
|
docs: update website openapi json. (#245)
|
2023-06-16 03:29:28 -07:00 |
Zhiming Ma
|
534d3d5ea7
|
feat: Add anonymous usage tracking. (#243)
* feat: Add anonymous usage tracking.
* fix: anonymous usage post body.
* fix: anonymous usage tracking initialize agent event name.
* chore: build tabby-agent.
* fix: agent anonymous data store.
* fix anonymous usage tracking event name: AgentInitialized.
|
2023-06-16 01:58:50 -07:00 |
Meng Zhang
|
8ee700089f
|
feat: do not use fim template when suffix is empty string
|
2023-06-15 09:27:32 -07:00 |
Zhiming Ma
|
11e4a5991d
|
feat: tabby agent auth (#240)
* feat: Support tabby server auth.
* fix notification toggle command.
* feat: add vscode web support.
|
2023-06-15 08:53:21 -07:00 |
Zhiming Ma
|
008ad75e1f
|
fix: playground segments range error. (#242)
|
2023-06-15 08:25:41 -07:00 |
Meng Zhang
|
9abf1a7521
|
fix: optional file should be put in cache key to avoid internet access when prefer_local_files = true (#241)
* feat: when file is 404, cache as NotFound
* explicitly mark optional file
* refactor
|
2023-06-15 04:13:52 +00:00 |
Meng Zhang
|
cc760bc436
|
docs: add star history
|
2023-06-14 19:33:57 -07:00 |
Meng Zhang
|
d572cf7d6d
|
api: add user field in completion api
|
2023-06-14 10:50:03 -07:00 |
Meng Zhang
|
a15ca5d0b0
|
fix: tabby playground url
|
2023-06-13 14:35:07 -07:00 |
Meng Zhang
|
93d5d8b297
|
docs: update website openapi.json
|
2023-06-13 13:13:03 -07:00 |
Meng Zhang
|
b2734aed59
|
feat: returns more information in /v1/health
|
2023-06-13 13:11:20 -07:00 |
Meng Zhang
|
df67b13639
|
feat: cleanup trainer with new data format
|
2023-06-13 12:48:27 -07:00 |
Meng Zhang
|
9c9e46c6f4
|
feat: support set compute_type through commandline arguments
|
2023-06-13 12:04:07 -07:00 |
Meng Zhang
|
ba7e04d030
|
refactor: remove admin
|
2023-06-13 11:37:55 -07:00 |
Meng Zhang
|
5985d91782
|
fix: use int8_float16 to fix SantaCoder-1B (#237)
#236
|
2023-06-13 01:13:06 -07:00 |
Meng Zhang
|
2691b302f0
|
refactor: remove unused python code, move trainer to python/
|
2023-06-12 16:21:01 -07:00 |
Meng Zhang
|
0f72788d82
|
refactor: remove unused code
|
2023-06-12 16:14:12 -07:00 |
Meng Zhang
|
a8a145d9b3
|
feat: add metrics in dataset (#235)
|
2023-06-12 19:39:43 +00:00 |
Meng Zhang
|
2983f70d22
|
feat: build index from dataset (#234)
|
2023-06-12 19:21:27 +00:00 |
S.S
|
32c805c3be
|
Update 01-docker.mdx (#233)
|
2023-06-12 12:14:02 -07:00 |
Meng Zhang
|
9af6607f85
|
feat: add dataset building (#231)
* feat: build dataset in scheduler
* add file rotate
|
2023-06-12 15:19:43 +00:00 |
Meng Zhang
|
795c34e9c4
|
refactor: remove unused files
|
2023-06-12 06:46:35 -07:00 |
Meng Zhang
|
19053d6923
|
docs: Update 02-apple.md
|
2023-06-12 06:30:22 -07:00 |
Meng Zhang
|
5ab286814a
|
chore: set push to true
|
2023-06-11 15:14:22 -07:00 |
Meng Zhang
|
3b7153ba23
|
docs: update website
|
2023-06-11 12:28:23 -07:00 |
Meng Zhang
|
de546b03fe
|
feat: add otlp-endpoint for OpenTelemetry support [TAB-67] (#227)
* feat: add otlp-endpoint for OpenTelemetry support
* set default log level for axum tracing to INFO
* update build enviornment
* update
|
2023-06-10 22:46:25 -07:00 |
Meng Zhang
|
6180b32980
|
feat: add /v1/health (#226)
* feat: add /v1/health
* fix fmt
|
2023-06-10 22:37:42 -07:00 |
Meng Zhang
|
6718afbf67
|
fix: server should still support prompt only use case
|
2023-06-10 00:39:32 -07:00 |
Meng Zhang
|
eecdde0269
|
fix: vocabulary.txt / shared_vocabulary.txt should be optional (#225)
|
2023-06-09 06:49:09 +00:00 |
Meng Zhang
|
6564cf7ef9
|
fix: tabby server url in website
|
2023-06-08 22:20:10 -07:00 |
Zhiming Ma
|
c461e3ce12
|
feat: Update playground to support fim. (#223)
|
2023-06-08 20:36:46 -07:00 |
Zhiming Ma
|
4ea3298bc9
|
feat: Add agent completion post-process. (#221)
|
2023-06-08 10:19:10 -07:00 |
Meng Zhang
|
5870f8e868
|
docs: fix linebreak in playground
|
2023-06-08 00:36:15 -07:00 |
Meng Zhang
|
eb756bdb4c
|
docs: update playground default
|
2023-06-07 23:33:29 -07:00 |
Meng Zhang
|
a441c9ef48
|
docs: Update README.md
|
2023-06-07 16:24:18 -07:00 |
Meng Zhang
|
3c591737e4
|
docs: Update README.md
|
2023-06-07 16:23:55 -07:00 |
Meng Zhang
|
1c2587b621
|
docs: add posthog
|
2023-06-07 13:29:10 -07:00 |
Meng Zhang
|
0353a2c681
|
docs: fix footer color
|
2023-06-07 13:12:51 -07:00 |
Meng Zhang
|
fd2adcba8a
|
docs: add code playground (#220)
|
2023-06-07 13:05:47 -07:00 |
Meng Zhang
|
e7f5d38389
|
docs: improve website
|
2023-06-07 11:47:26 -07:00 |
Meng Zhang
|
40460885b0
|
docs: improve website theming
|
2023-06-07 11:17:00 -07:00 |
Zhiming Ma
|
1eb22b9768
|
feat: vim update agent (#217)
* feat: vim plugin update agent.
* update readme.
|
2023-06-07 09:12:37 -07:00 |
Zhiming Ma
|
0528c36bac
|
fix: vim plugin inline completion display error if starts with newline. (#216)
|
2023-06-07 09:12:09 -07:00 |
Zhiming Ma
|
c82cc38e9d
|
feat: Agent update backend FIM completion api. (#218)
|
2023-06-07 09:11:31 -07:00 |
Meng Zhang
|
1aaf29c968
|
docs: switch openapi docs (#215)
* update openapi
* update
* fix: shared_vocabulary is not a required file
* docs: improve docs
|
2023-06-07 01:58:05 -07:00 |
Meng Zhang
|
0c0eac5cf1
|
Update 02-apple.md (#214)
|
2023-06-06 19:54:50 -07:00 |