Spaces:
Sleeping
Sleeping
Commit
·
ddccbde
1
Parent(s):
93e6b2b
Update ChatBot.py
Browse files- ChatBot.py +1 -1
ChatBot.py
CHANGED
@@ -9,7 +9,7 @@ Prompt="This is AI Chat bot for the Student Consulting"
|
|
9 |
|
10 |
def OpneaiFun(Prompt):
|
11 |
respone=openai.Completion.create(
|
12 |
-
model="
|
13 |
prompt=Prompt,
|
14 |
temperature=0.9,
|
15 |
max_tokens=150,
|
|
|
9 |
|
10 |
def OpneaiFun(Prompt):
|
11 |
respone=openai.Completion.create(
|
12 |
+
model="text-davinci-003",
|
13 |
prompt=Prompt,
|
14 |
temperature=0.9,
|
15 |
max_tokens=150,
|