mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
OAI: Add ability to send dummy models
Some APIs require an OAI model to be sent against the models endpoint. Fix this by adding a GPT 3.5 turbo entry as first in the list to cover as many APIs as possible. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -23,6 +23,10 @@ model:
|
||||
# A model can be loaded later via the API.
|
||||
model_name: A model name
|
||||
|
||||
# Sends dummy model names when the models endpoint is queried
|
||||
# Enable this if the program is looking for a specific OAI model
|
||||
use_dummy_models: False
|
||||
|
||||
# The below parameters apply only if model_name is set
|
||||
|
||||
# Maximum model context length (default: 4096)
|
||||
|
||||
Reference in New Issue
Block a user