microsoft / microsoft/TypeChat
feat: export createAxiosLanguageModel
Open
Nobody has claimed this yet.
In Discussion
Suggestion
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 414
- Avg merge
- 3h 8m
- Merged PRs (30d)
- 3
Description
Exporting createAxiosLanguageModel would solve the following problems
- support custom axios config (e.g. users can pass a proxy)
related: #73 #55 #34 - ability to pass custom parameters to the endpoint
/v1/chat/completions
Contributor guide
No contributing guide indexed for this repository
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 the existing createAxiosLanguageModel implementation and the public export entry point in the TypeScript project. Confirm how its axios configuration and /v1/chat/completions request parameters are currently defined; done means the function is publicly exportable and both customization needs are supported, with relevant tests updated or added if they exist.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100