mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +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
|
```{tab} Python
|
||||||
```python
|
```python
|
||||||
def hello():
|
def hello():
|
||||||
print("Hello!")
|
print("Hello, World!")
|
||||||
```
|
```
|
||||||
```{tab} Javascript
|
```{tab} JavaScript
|
||||||
```javascript
|
```javascript
|
||||||
function hello() {
|
function hello() {
|
||||||
console.log("Hello!");
|
console.log("Hello, World!");
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue