openai / openai/openai-openapi
new models available, update ModelIdsShared?
Open
Nobody has claimed this yet.
enhancement
specification
- Dominant language
- No language data
- Stars
- 2.5k
- Forks
- 527
- Avg merge
- 1h 46m
- Merged PRs (30d)
- 2
Description
There are new models available. If one has access to most models, one can see them listed with
$ curl --silent https://api.openai.com/v1/models -H "Authorization: Bearer $OPENAI_API_KEY" \
| jq -r .data[].id | sort -u
Can we add the new ones? Example https://github.com/openai/openai-openapi/pull/440/files
Also sort ModelIdsShared alphabetically?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating ModelIdsShared and compare its entries with the model IDs returned by the provided curl and jq command. Review the linked openai-openapi pull request for context. Done means adding the newly available models and sorting ModelIdsShared alphabetically.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100