Skip to content

Commit

Permalink
slightly change formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjthomas9 committed Feb 12, 2024
1 parent 0357789 commit 9eb3076
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ using GoogleGenAI
n_tokens = count_tokens(ENV["GOOGLE_API_KEY"], "gemini-pro", "Hello")
println(n_tokens)
```

returns
```julia
1
Expand All @@ -61,7 +60,6 @@ using GoogleGenAI
embeddings = create_embeddings(ENV["GOOGLE_API_KEY"], "gemini-pro", "Hello")
println(size(embeddings.values))
```

returns
```julia
(768,)
Expand All @@ -78,7 +76,6 @@ for m in models
end
end
```

returns
```julia
models/gemini-pro
Expand Down

0 comments on commit 9eb3076

Please sign in to comment.