Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inf3rnus authored Nov 8, 2024
1 parent bb434f7 commit 5ef1ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion julia/Bytez/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ result = model.run(input_text, options)

output = result["output"]

generated_text = output[0]["generated_text"]
generated_text = output[1]["generated_text"]

println(generated_text)
```
Expand Down

0 comments on commit 5ef1ad3

Please sign in to comment.