Spaces:
Running
Running
cxumol
commited on
Commit
•
8896d62
1
Parent(s):
f516b81
Update README.md
Browse files
README.md
CHANGED
@@ -63,11 +63,11 @@ In CoverPilot, we hire two AI agents cooperatively writing your cover letter:
|
|
63 |
> You have to bring your own API keys.
|
64 |
> If you have no idea about it, try getting one from https://beta.openai.com/account/api-keys
|
65 |
|
66 |
-
|
67 |
|
68 |
-
|
69 |
- environment variables
|
70 |
-
-
|
71 |
|
72 |
Check out the [config.py](app/config.py) for more details.
|
73 |
|
|
|
63 |
> You have to bring your own API keys.
|
64 |
> If you have no idea about it, try getting one from https://beta.openai.com/account/api-keys
|
65 |
|
66 |
+
Its API base defaults to OpenAI's, and compatible with other AI chat service providers who have the same API structure.
|
67 |
|
68 |
+
API configurations can be set in 2 ways:
|
69 |
- environment variables
|
70 |
+
- Web UI
|
71 |
|
72 |
Check out the [config.py](app/config.py) for more details.
|
73 |
|