sithumonline commited on
Commit
3cf10ed
·
verified ·
1 Parent(s): 8d15210

Use my space

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -89,11 +89,9 @@ def aiPlayer(squares: List[str]) -> int:
89
  no any text or spaces, just enter 2.
90
  """
91
 
92
- client = Client("ysharma/Chat_with_Meta_llama3_8b")
93
  result = client.predict(
94
  message=prompt,
95
- request=0.95,
96
- param_3=512,
97
  api_name="/chat"
98
  )
99
 
 
89
  no any text or spaces, just enter 2.
90
  """
91
 
92
+ client = Client("sithumonline/llama-cpp-python-cpu-gradio")
93
  result = client.predict(
94
  message=prompt,
 
 
95
  api_name="/chat"
96
  )
97