mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
fix
This commit is contained in:
parent
257f858d89
commit
eafa89c52d
1 changed files with 4 additions and 3 deletions
|
@ -112,11 +112,12 @@ inference> Considering your interest in Switzerland, here are some neighboring c
|
|||
```{tab} Python
|
||||
```python
|
||||
def hello():
|
||||
print("Hello!")
|
||||
print("Hello, World!")
|
||||
```
|
||||
```{tab} Javascript
|
||||
```{tab} JavaScript
|
||||
```javascript
|
||||
function hello() {
|
||||
console.log("Hello!");
|
||||
console.log("Hello, World!");
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue