This commit is contained in:
Justin Lee 2024-12-14 08:55:38 +08:00
parent ab51a508b6
commit 74bed24a68

View file

@ -225,7 +225,7 @@ response = client.inference.chat_completion(
print(response.completion_message.content) print(response.completion_message.content)
``` ```
### 4. Run the Python Scrip ### 4. Run the Python Script
```bash ```bash
python test_llama_stack.py python test_llama_stack.py