File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Open `apps/dojo/package.json` and add the package `@ag-ui/openai-server`:
174
174
Now let's see your work in action. First, start your Python server:
175
175
176
176
```bash
177
- cd integrations/openai/server/python
177
+ cd integrations/openai-server /server/python
178
178
poetry install && poetry run dev
179
179
```
180
180
@@ -197,7 +197,7 @@ world!** for now.
197
197
Here's what's happening with that stub server:
198
198
199
199
```python
200
- # integrations/openai/server/python/example_server/__init__.py
200
+ # integrations/openai-server /server/python/example_server/__init__.py
201
201
@app.post("/")
202
202
async def agentic_chat_endpoint(input_data: RunAgentInput, request: Request):
203
203
" " " Agentic chat endpoint" " "
@@ -268,7 +268,7 @@ OpenAI.
268
268
First, we need the OpenAI SDK:
269
269
270
270
```bash
271
- cd integrations/openai/server/python
271
+ cd integrations/openai-server /server/python
272
272
poetry add openai
273
273
```
274
274
You can’t perform that action at this time.
0 commit comments