mirror of
https://github.com/TabbyML/tabby
synced 2024-11-23 01:56:18 +00:00
96cea7d112
* feat: prompt rewrite eval tool * chore: readme * chore: language * chore: resolve comments * chore: prefix generation * chore: clean * chore: dependency
9 lines
290 B
TOML
Vendored
9 lines
290 B
TOML
Vendored
|
|
# Tabby config
|
|
tabby_path = "/home/jiachen/workspace/tabbyml/tabby/target/debug/tabby"
|
|
|
|
# Indexing / prompt rewriting config
|
|
index_repo_url = "https://github.com/huggingface/transformers"
|
|
sample_repo_url = "https://github.com/huggingface/transformers"
|
|
language = "python"
|
|
prompt_count = 10 |