Spaces:
Runtime error
Runtime error
Update get_similar_hadiths.py
Browse files- get_similar_hadiths.py +1 -1
get_similar_hadiths.py
CHANGED
@@ -17,7 +17,7 @@ class HadithSearch:
|
|
17 |
except Exception as e:
|
18 |
pass
|
19 |
response = self.client.chat.completions.create(
|
20 |
-
model="gpt-
|
21 |
messages=[
|
22 |
{
|
23 |
"role": "system",
|
|
|
17 |
except Exception as e:
|
18 |
pass
|
19 |
response = self.client.chat.completions.create(
|
20 |
+
model="gpt-3.5-turbo",
|
21 |
messages=[
|
22 |
{
|
23 |
"role": "system",
|