Spaces:
Running
Running
LohithGummi
commited on
Commit
•
7ab1d43
1
Parent(s):
2bcfcf7
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ def predict(user_input,company):
|
|
116 |
|
117 |
try:
|
118 |
response = client.chat.completions.create(
|
119 |
-
model=
|
120 |
messages=prompt,
|
121 |
temperature=0
|
122 |
)
|
|
|
116 |
|
117 |
try:
|
118 |
response = client.chat.completions.create(
|
119 |
+
model=model_name,
|
120 |
messages=prompt,
|
121 |
temperature=0
|
122 |
)
|