mirror of
https://github.com/katanemo/plano.git
synced 2026-05-21 13:55:15 +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
4
envoyfilter/Cargo.lock
generated
4
envoyfilter/Cargo.lock
generated
|
|
@ -976,7 +976,7 @@ dependencies = [
|
|||
"open-message-format-embeddings",
|
||||
"proxy-wasm",
|
||||
"proxy-wasm-test-framework",
|
||||
"public-types",
|
||||
"public_types",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
|
|
@ -1453,7 +1453,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "public-types"
|
||||
name = "public_types"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"open-message-format-embeddings",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue