dspy.Anyscale
用法
lm = dspy.Anyscale(model="mistralai/Mistral-7B-Instruct-v0.1")
构造函数
构造函数初始化基类 LM
并验证使用 Anyscale API 的 api_key
。
我们期望以下环境变量已设置:
ANYSCALE_API_KEY
: Together 的 API 密钥。ANYSCALE_API_BASE
: Together 的 API 基本 URL。
class Anyscale(HFModel):
def __init__(self, model, **kwargs):
参数:
model
(str): 托管在 Together 上的模型。
方法
请参考 dspy.OpenAI
文档。