Futuresony commited on
Commit
d6d11a8
·
verified ·
1 Parent(s): 59ec632

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  HF_REPO = "Futuresony/future_ai_12_10_2024.gguf"
7
  HF_TOKEN = os.getenv('HUGGINGFACEHUB_API_TOKEN')
8
 
9
- client = InferenceClient(repo_id=HF_REPO, token=HF_TOKEN)
10
 
11
  def format_alpaca_prompt(user_input, system_prompt, history):
12
  """Formats input in Alpaca/LLaMA style"""
 
6
  HF_REPO = "Futuresony/future_ai_12_10_2024.gguf"
7
  HF_TOKEN = os.getenv('HUGGINGFACEHUB_API_TOKEN')
8
 
9
+ client = InferenceClient(HF_REPO, token=HF_TOKEN)
10
 
11
  def format_alpaca_prompt(user_input, system_prompt, history):
12
  """Formats input in Alpaca/LLaMA style"""