Skip to content

Commit

Permalink
Resolve conflict in poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
NewToolAI committed Dec 5, 2024
2 parents 184dc29 + 7af3f48 commit 714317a
Show file tree
Hide file tree
Showing 4 changed files with 3,193 additions and 2,878 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ aisuite is released under the MIT License. You are free to use, modify, and dist

## Contributing

If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md) and join our [Discord](https://discord.gg/T6Nvn8ExSb) server!
If you would like to contribute, please read our [Contributing Guide](https://github.com/andrewyng/aisuite/blob/main/CONTRIBUTING.md) and join our [Discord](https://discord.gg/T6Nvn8ExSb) server!

## Adding support for a provider
We have made easy for a provider or volunteer to add support for a new platform.
Expand Down
4 changes: 2 additions & 2 deletions guides/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Set the `GOOGLE_PROJECT_ID` environment variable to the ID of your project. You

### Set your preferred region in an environment variable.

Set the `GOOGLE_REGION` environment variable to the ID of your project. You can find the Project ID by visiting the project dashboard in the "Project Info" section toward the top of the page.
Set the `GOOGLE_REGION` environment variable. You can find the region by going to Project Dashboard under VertexAI side navigation menu, and then scrolling to the bottom of the page.

## Create a Service Account For API Access

Expand Down Expand Up @@ -89,4 +89,4 @@ response = client.chat.completions.create(
print(response.choices[0].message.content)
```

Happy coding! If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md).
Happy coding! If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md).
Loading

0 comments on commit 714317a

Please sign in to comment.