Skip to content

Commit a14166c

Browse files
committed
updated readme regarding Gemini and Ollama support
1 parent 7881069 commit a14166c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project is **experimental**. You can run it easily on macOS by using the ex
1717

1818
### WARNING: Important before proceeding
1919

20-
Make sure to start Chrome in debug mode or you will get irratic behavior (many browser windows opening and closing). Instructions are below on how to do that based on your operating system. Additionally, you will need to create a .env file in the Python_server folder with your OpenAI or other provider credentials. Currently, only the OpenAI API is supported; however, support for other providers are in the works. Pull requests are welcomed!
20+
Make sure to start Chrome in debug mode or you will get irratic behavior (many browser windows opening and closing). Instructions are below on how to do that based on your operating system. Additionally, you will need to create a .env file in the Python_server folder with your OpenAI, Gemini or other provider credentials (example of the .env format is in Python_server/.env.example).
2121

2222

2323
### Quick Start (macOS)
@@ -230,7 +230,7 @@ After the setup:
230230

231231
## Contributing
232232

233-
We welcome contributions from the community! In particular, if you’d like to add support for additional AI providers beyond OpenAI, **please open a Pull Request**.
233+
We welcome contributions from the community! In particular, if you’d like to add support for additional AI providers beyond OpenAI, Gemini and Ollama, **please open a Pull Request** or open an Issue.
234234

235235
1. **Fork the Project**
236236
2. **Create a new branch** (`git checkout -b feature/YourFeature`)

0 commit comments

Comments
 (0)