Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Dec 18, 2023
1 parent a0df7c6 commit 90e6c0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class GradientEmbeddings(BaseModel, Embeddings):
and selecting "Access tokens" under the profile drop-down.
"""

gradient_api_url: Optional[str] = None
gradient_api_url: str = "https://api.gradient.ai/api"
"""Endpoint URL to use."""

query_prompt_for_retrieval: Optional[str] = None
Expand Down

0 comments on commit 90e6c0f

Please sign in to comment.