Cohere Web ^0.5.0-beta.0
Raycast Unblock offers Cohere Web AI support. You can use Cohere's models for free via their Web API.
DANGER
This feature has been deprecated because Cohere Web's API is no different from the official API, but due to the special nature of Cohere Web, it may cause unstable situations.
WARNING
This is an inverted API. Please use with caution.
In the following, we found that Cohere Web also uses Cohere's official API, but with some special handling in transmission. It still has the same Rate Limit issue as the API.
Therefore, we recommend that you use Cohere's official API.
TIP
Due to the special nature of Cohere Web's transmission, this feature may face many unstable situations. Please use with caution.
We are not sure if the model configuration is effective in this scenario.
Usage
Make sure you have an account on Cohere. You can sign up for free.
Modify the configuration file with your Cohere account credentials (email and password).
Set the
[AI.Cohere].type
toweb
.
Configuration
The configuration for this feature includes the following parameters:
type
: The type of Cohere API to use. Set this toweb
.email
: Your email address for Cohere.password
: Your password for Cohere.temperature
: The temperature of the model. Optionalmax_tokens
: The maximum tokens of the model. Optional
Example
[AI.Cohere]
type = 'web'
email = '<your email>'
password = '<your password>'
# temperature = 0.5
# max_tokens = 100