mirror of
https://github.com/IntelligenzaArtificiale/Free-Auto-GPT.git
synced 2026-07-03 13:15:41 +02:00
Update sqlchatAPI.py
This commit is contained in:
committed by
GitHub
parent
175262f820
commit
bceadc8ff2
+4
-4
@@ -56,8 +56,8 @@ class sqlchatGPT3(LLM):
|
||||
return {"model": "davinci"}
|
||||
|
||||
|
||||
llm = sqlchatGPT3()
|
||||
#llm = sqlchatGPT3()
|
||||
|
||||
print(llm("Hello, how are you?"))
|
||||
print(llm("what is AI?"))
|
||||
print(llm("how have i question in before?"))
|
||||
#print(llm("Hello, how are you?"))
|
||||
#print(llm("what is AI?"))
|
||||
#print(llm("how have i question in before?"))
|
||||
|
||||
Reference in New Issue
Block a user