mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
add asr and tts with settings
This commit is contained in:
@ -92,7 +92,7 @@ class Chat(Blackbox):
|
||||
#user_presence_penalty = 0.8
|
||||
|
||||
if user_model_url is None or user_model_url.isspace() or user_model_url == "":
|
||||
user_model_url = "http://172.16.5.8:23333/v1/chat/completions"
|
||||
user_model_url = "http://10.6.81.119:23333/v1/chat/completions"
|
||||
|
||||
if user_model_key is None or user_model_key.isspace() or user_model_key == "":
|
||||
user_model_key = "YOUR_API_KEY"
|
||||
|
||||
Reference in New Issue
Block a user