-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add aiXplain agents tutorials with README and Python notebook #58
base: main
Are you sure you want to change the base?
Conversation
"execution_count": null, | ||
"metadata": { | ||
"colab": { | ||
"base_uri": "https://localhost:8080/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this supposed to be base_uri?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be metadata Colab adds to code cells, I don't think it will be visible to users or affect user experience.
Thank you for contributing, Asma! Left a few suggestions/comments. Also, if the llm_id is a long number, how users would find other llm_ids, specifically the llm_id of models powered by Groq? |
Thank you for the suggestions!! I have provided a link to the aiXplain marketplace filtered for Groq in the notebook. Users will be able to see all the groq models hosted and the llm_id for each model to choose which they want to use. |
This pull request introduces the following updates:
README:
Python Notebook:
Purpose:
These additions aim to enhance the repository by offering a practical example and documentation for users interested in leveraging Groq powered LLMs with aiXplain's tools and SDK for building AI agents.