Created
August 28, 2025 09:35
-
-
Save laiso/f5e33d28a9ea24130f71aae0111b3b32 to your computer and use it in GitHub Desktop.
opencode run -m deepseek/deepseek-chat hi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://opencode.ai/config.json", | |
"provider": { | |
"deepseek": { | |
"models": { | |
"deepseek-chat": { | |
"limit": { | |
"context": 128000, | |
"output": 8192 | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment