mirror of
https://github.com/TabbyML/tabby
synced 2024-11-23 01:56:18 +00:00
9 lines
290 B
TOML
9 lines
290 B
TOML
|
|
||
|
# 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
|