We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa06b7 commit 60de02bCopy full SHA for 60de02b
docs/pages/product/apis-integrations/ai-api/reference.mdx
@@ -38,7 +38,7 @@ curl \
38
-X POST \
39
-H "Content-Type: application/json" \
40
-H "Authorization: EXAMPLE-API-TOKEN" \
41
- --data '{ "messages": [{ "role": "user", "content": "What cities have the highest aov this year?", "views": ["orders_view"] }]}' \
+ --data '{ "messages": [{ "role": "user", "content": "What cities have the highest aov this year?" }], "views": ["orders_view"] }' \
42
https://YOUR_CUBE_API/cubejs-api/v1/ai/query/completions
43
```
44
0 commit comments