Samagra07 commited on
Commit
368b758
·
verified ·
1 Parent(s): 1cdd600

undu the model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ class CSVChatBot:
21
 
22
  self.file_path = file.name
23
  try:
24
- model = ChatOpenAI(temperature=0.5, model="meta-llama/llama-3-405b-instruct:free",base_url="https://openrouter.ai/api/v1",api_key=os.getenv("OPENAI_API_KEY"))
25
  self.agent = create_csv_agent(
26
  llm=model,
27
  path=self.file_path,
 
21
 
22
  self.file_path = file.name
23
  try:
24
+ model = ChatOpenAI(temperature=0.5, model="mistralai/mistral-7b-instruct:free",base_url="https://openrouter.ai/api/v1",api_key=os.getenv("OPENAI_API_KEY"))
25
  self.agent = create_csv_agent(
26
  llm=model,
27
  path=self.file_path,