Patrick079 commited on
Commit
aa45fce
·
verified ·
1 Parent(s): 4079f2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def chat_short_story(length, genre, theme, tone, writing_style):
45
  # Interact with the model
46
  try:
47
  result = client.chat.completions.create(
48
- model="nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
49
  messages=[
50
  {"role": "system", "content": system_message},
51
  {"role": "user", "content": prompt},
 
45
  # Interact with the model
46
  try:
47
  result = client.chat.completions.create(
48
+ model="meta-llama/Llama-3.2-3B-Instruct",
49
  messages=[
50
  {"role": "system", "content": system_message},
51
  {"role": "user", "content": prompt},