mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
improve service names (#54)
- embedding-server => model_server - public-types => public_types - chatbot-ui => chatbot_ui - function-calling => function_calling
This commit is contained in:
parent
215f96e273
commit
060a0d665e
35 changed files with 54 additions and 52 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,8 +1,7 @@
|
|||
envoyfilter/target
|
||||
envoyfilter/qdrant_data/
|
||||
public-types/target
|
||||
embedding-server/venv/
|
||||
chatbot-ui/venv/
|
||||
public_types/target
|
||||
/venv/
|
||||
__pycache__
|
||||
grafana-data
|
||||
prom_data
|
||||
|
|
@ -12,5 +11,5 @@ generated
|
|||
.DS_Store
|
||||
*.gguf
|
||||
venv
|
||||
demos/function-calling/ollama/models/
|
||||
demos/function-calling/ollama/id_ed*
|
||||
demos/function_calling/ollama/models/
|
||||
demos/function_calling/ollama/id_ed*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue