-
Notifications
You must be signed in to change notification settings - Fork 261
feat(ai): introducing Qwen-2.5-coder #4092
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
Conversation
ai-data/managed-inference/reference-content/qwen2.5-coder-32b-instruct.mdx
Outdated
Show resolved
Hide resolved
ai-data/managed-inference/reference-content/qwen2.5-coder-32b-instruct.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: ldecarvalho-doc <[email protected]>
…instruct.mdx Co-authored-by: ldecarvalho-doc <[email protected]>
…instruct.mdx Co-authored-by: ldecarvalho-doc <[email protected]>
Co-authored-by: nerda-codes <[email protected]>
Co-authored-by: nerda-codes <[email protected]>
| ] | ||
| ``` | ||
|
|
||
| Read more about how to set up your `config.json` on the [official Continue documentation](https://docs.continue.dev/reference). |
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.
The file is typically stored as $HOME/.continue/config.json on linux/macos systems and %USERPROFILE%\.continue\config.json on windows systems, may be nice to add this as a note because it is not very well documented.
| -H "Content-Type: application/json" \ | ||
| --request POST \ | ||
| --url "https://<Deployment UUID>.ifr.fr-par.scaleway.com/v1/chat/completions" \ | ||
| --data '{"model":"qwen/qwen2.5-coder-32b-instruct:int8", "messages":[{"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful code assistant."},{"role": "user","content": "Write a quick sort algorithm."}], "max_tokens": 1000, "temperature": 1, "stream": false}' |
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.
temperature may be a bit high there no?
| Make sure to replace `<IAM API key>` and `<Deployment UUID>` with your actual [IAM API key](/identity-and-access-management/iam/how-to/create-api-keys/) and the Deployment UUID you are targeting. | ||
|
|
||
| <Message type="tip"> | ||
| The model name allows Scaleway to put your prompts in the expected format. |
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.
Not sure there is added value here, what did you want to express?
This reverts commit f573bee.
* docs(k8s): version release 1.31 * Update containers/kubernetes/reference-content/version-support-policy.mdx Co-authored-by: nerda-codes <[email protected]> --------- Co-authored-by: nerda-codes <[email protected]>
* chore(gen): documentation review MTA-5329 * chore(gen): update * Update tutorials/veeam-backup-replication-s3/index.mdx Co-authored-by: nerda-codes <[email protected]> --------- Co-authored-by: nerda-codes <[email protected]>
Your checklist for this pull request
Description
Managed Inference
Generative APIs