Skip to content

Commit 6bf4039

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-875: docs: add some fixes
1 parent dabf6cc commit 6bf4039

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

docs/quickstart/u9q0-g/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,9 @@ Voila! Using AI/ML API models is the simplest and most productive way to get int
521521

522522
## Future Steps
523523

524+
* [Browse and compare our models, including GPT, Claude, and many others, using the Playground](https://aimlapi.com/app/)
524525
* [Move to production-ready models: see the guide for connecting GPT-4o](u9q0.md)
525526
* [Know more about supported SDKs](../supported-sdks.md)
527+
* [Join the community: get help and share your projects in our Discord](https://discord.com/invite/hvaUsJpVJf)
526528

527529
[^1]: Because of notation, these two parameters are called slightly differently in different languages (camel case in JS and snake case in Python), but their functionality is the same.

docs/quickstart/u9q0-g/u9q0.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Requesting more advanced model
1+
# Requesting more advanced models
22

33
This guide uses a more advanced model, GPT-4o. If you need help with the base URL, API key, or environment configuration, go back to the previous step and follow [the detailed quickstart guide](../setting-up.md) for the free Gemma 3 model.
44

@@ -25,7 +25,7 @@ messages: [
2525
],
2626
```
2727

28-
Here’s the complete code you can use right away in a Python or Node.js program. You only need to replace `<YOUR_AIMLAPI_KEY>` with your AIML API Key obtained from your account.
28+
Here’s the complete code you can use right away in a Python or Node.js program. You only need to replace `<YOUR_AIMLAPI_KEY>` with your AIML API key from your account, provide your behavior instructions in the system prompt, and place your request to the model in the user prompt.
2929

3030
{% tabs %}
3131
{% tab title="Python" %}
@@ -113,3 +113,10 @@ main();
113113
{% endcode %}
114114
{% endtab %}
115115
{% endtabs %}
116+
117+
## Future Steps
118+
119+
* [Browse and compare our models, including GPT, Claude, and many others, using the Playground](https://aimlapi.com/app/)
120+
* [Move to production-ready models: see the guide for connecting GPT-4o](u9q0.md)
121+
* [Know more about supported SDKs](../supported-sdks.md)
122+
* [Join the community: get help and share your projects in our Discord](https://discord.com/invite/hvaUsJpVJf)

0 commit comments

Comments
 (0)