mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
feat: blackbox chat_llama updated
This commit is contained in:
@ -243,8 +243,8 @@ class Chat(Blackbox):
|
||||
}
|
||||
|
||||
fastchat_response = requests.post(url, json=chat_inputs, headers=header)
|
||||
|
||||
print("\n\n","fastchat_response",fastchat_response.json()["choices"][0]["message"]["content"],"\n\n")
|
||||
print("\n", fastchat_response.json())
|
||||
print("\n","fastchat_response",fastchat_response.json()["choices"][0]["message"]["content"],"\n\n")
|
||||
|
||||
return fastchat_response.json()["choices"][0]["message"]["content"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user