robertselvam commited on
Commit
708e152
1 Parent(s): 13ff80e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ class FactChecking:
23
  def __init__(self):
24
 
25
  self.llm = AzureChatOpenAI(
26
- azure_deployment = "ChatGPT"
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")