mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
fix typo
This commit is contained in:
parent
ab51a508b6
commit
74bed24a68
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ response = client.inference.chat_completion(
|
|||
print(response.completion_message.content)
|
||||
```
|
||||
|
||||
### 4. Run the Python Scrip
|
||||
### 4. Run the Python Script
|
||||
|
||||
```bash
|
||||
python test_llama_stack.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue