downgrade
Browse files
chat.py
CHANGED
|
@@ -10,7 +10,7 @@ app = Flask(__name__)
|
|
| 10 |
# Load the API key and initialize the InferenceClient
|
| 11 |
api_key = os.getenv("UCODE_SECRET")
|
| 12 |
login(api_key)
|
| 13 |
-
client = InferenceClient("meta-llama/Meta-Llama-3
|
| 14 |
|
| 15 |
@app.route('/chat', methods=['POST'])
|
| 16 |
@spaces.GPU()
|
|
|
|
| 10 |
# Load the API key and initialize the InferenceClient
|
| 11 |
api_key = os.getenv("UCODE_SECRET")
|
| 12 |
login(api_key)
|
| 13 |
+
client = InferenceClient("meta-llama/Meta-Llama-3-70B-Instruct")
|
| 14 |
|
| 15 |
@app.route('/chat', methods=['POST'])
|
| 16 |
@spaces.GPU()
|