Skip to content

Commit ba4e2d6

Browse files
committed
fix line breaks
1 parent ea4f7bc commit ba4e2d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/ai.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ Here is the steps to set it up:
33
1. Go to [Google AI Studio](https://aistudio.google.com/api-keys) and sign in with your Google account.
44
2. Click on "Create API Key" and "Create Project" and copy the generated API key (the names don't matter).
55
3. Paste the API key into the `oxdraw --code-map ./ --gemini YOUR_API_KEY` flag when running the code map generation command.
6+
67
This process is fairly straightforward and doesn't require any billing information.
8+
79
The other default option (which [I used](https://github.com/RohanAdwankar/cgpu?tab=readme-ov-file#serve-gemini-for-free-as-openai-compatible-api) during development) is to serve local inference on this url http://localhost:8080/v1/responses
10+
811
The response format should be compatible with OpenAI's responses API.
12+
913
For an explanation of how the AI codemap generation works check out the [codemap!](docs/ai_codemap_generation.mmd)

0 commit comments

Comments
 (0)