rwitz commited on
Commit
6570427
·
verified ·
1 Parent(s): 9744bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ async def get_bot_response(adapter_id, prompt, state, bot_index):
99
  }
100
  async with aiohttp.ClientSession() as session:
101
  try:
102
- async with session.post("https://serving.app.predibase.com/79957f/deployments/v2/llms/mistral-7b/generate",
103
  json=payload, headers=headers, timeout=30) as response:
104
  if response.status == 200:
105
  response_data = await response.json()
 
99
  }
100
  async with aiohttp.ClientSession() as session:
101
  try:
102
+ async with session.post("https://serving.app.predibase.com/79957f/deployments/v2/llms/mistral-7b-instruct/generate",
103
  json=payload, headers=headers, timeout=30) as response:
104
  if response.status == 200:
105
  response_data = await response.json()