Skip to content
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

chatGPT Assistants API #95

Open
haesleinhuepf opened this issue Dec 5, 2023 · 3 comments
Open

chatGPT Assistants API #95

haesleinhuepf opened this issue Dec 5, 2023 · 3 comments

Comments

@haesleinhuepf
Copy link
Owner

... could be an alternative to #26 and #88

https://help.openai.com/en/articles/8673914-gpts-vs-assistants

@tischi
Copy link
Collaborator

tischi commented Dec 7, 2023

I think we are already using the API, i.e. the right column in their table?!
The left column would only be accessible in their www UI?

@haesleinhuepf
Copy link
Owner Author

I think we're not using the Assistants API. There is no such code in our code base:

assistant = client.beta.assistants.create(
    name="Math Tutor",
    instructions="You are a personal math tutor. Write and run code to answer math questions.",
    tools=[{"type": "code_interpreter"}],
    model="gpt-4-1106-preview"
)

@tischi
Copy link
Collaborator

tischi commented Dec 8, 2023

Oh, I see....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants