Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
708e152
1
Parent(s):
13ff80e
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ class FactChecking:
|
|
23 |
def __init__(self):
|
24 |
|
25 |
self.llm = AzureChatOpenAI(
|
26 |
-
azure_deployment = "
|
27 |
)
|
28 |
|
29 |
self.client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
|
|
23 |
def __init__(self):
|
24 |
|
25 |
self.llm = AzureChatOpenAI(
|
26 |
+
azure_deployment = "GPT-3"
|
27 |
)
|
28 |
|
29 |
self.client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|