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

called out the explicit models + some docs/links #122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maxandersen
Copy link
Member

@maxandersen maxandersen commented Dec 11, 2023

wanted to just add links to the openai model config keys but then saw all the repeated "model" in docs that I was not finding when searching for i.e. "moderation model" so started adding them.

but then realized this will have to be duplicated for all the various models....not sure if any better way but at least with this ctrl+F works for me :)

Copy link
Collaborator

@geoand geoand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

@maxandersen maxandersen marked this pull request as ready for review December 11, 2023 08:40
@maxandersen maxandersen requested a review from a team as a code owner December 11, 2023 08:40
@geoand
Copy link
Collaborator

geoand commented Dec 11, 2023

This needs a formatting fix

* Model name to use
* Embedding Model name to use
*
* See https://platform.openai.com/docs/guides/embeddings/embedding-models for a list of available models.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be proper links (<a href...)

* Model name to use
* Moderation Model name to use.
*
* See https://platform.openai.com/docs/guides/moderation/overview for a list of available models.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be proper links (<a href...)

* Model name to use
* Chat model name to use.
*
* See https://platform.openai.com/docs/models/overview for a list of available models.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be proper links (<a href...)

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

Successfully merging this pull request may close these issues.

None yet

3 participants