abdullahalioo commited on
Commit
d1cb607
·
verified ·
1 Parent(s): 60ce245

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ async def generate_ai_response(prompt: str, model: str):
24
  try:
25
  stream = await client.chat.completions.create(
26
  messages=[
27
- {"role": "system", "content": "You are a helpful assistant named Orion but you model is you orignal model name and made by Abdullah Ali"},
28
  {"role": "user", "content": prompt}
29
  ],
30
  model=model,
 
24
  try:
25
  stream = await client.chat.completions.create(
26
  messages=[
27
+ {"role": "system", "content": "You are a helpful assistant."},
28
  {"role": "user", "content": prompt}
29
  ],
30
  model=model,