use hyperbolic direactly instead of openrouter

This commit is contained in:
Dobromir Popov
2025-07-23 11:15:31 +03:00
parent 3914ba40cf
commit f515035ea0

View File

@ -6,13 +6,13 @@
model: openrouter/Qwen/Qwen3-Coder-480B-A35B-Instruct
openai-api-base: https://api.hyperbolic.xyz/v1
openai-api-key: "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"
openai-api-key: "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkb2Jyb21pci5wb3BvdkB5YWhvby5jb20iLCJpYXQiOjE3NTMyMzE0MjZ9.fCbv2pUmDO9xxjVqfSKru4yz1vtrNvuGIXHibWZWInE"
# The following settings configure aider to use your custom OpenRouter endpoint
# and API key by setting the necessary environment variables for litellm.
set-env:
- OPENROUTER_API_BASE=https://api.hyperbolic.xyz/v1
- OPENROUTER_API_KEY=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
- OPENROUTER_API_KEY=eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkb2Jyb21pci5wb3BvdkB5YWhvby5jb20iLCJpYXQiOjE3NTMyMzE0MjZ9.fCbv2pUmDO9xxjVqfSKru4yz1vtrNvuGIXHibWZWInE
# Added to handle file encoding errors like "'utf-8' codec can't decode...".
# This sets the default encoding for reading files to UTF-16.