mygitphase's picture
Add files using upload-large-folder tool
b5c2964 verified
# This file was auto-generated by Fern from our API Definition.
from __future__ import annotations
class SarvamAIEnvironment:
PRODUCTION: SarvamAIEnvironment
def __init__(self, *, base: str, production: str):
self.base = base
self.production = production
SarvamAIEnvironment.PRODUCTION = SarvamAIEnvironment(base="https://api.sarvam.ai", production="wss://api.sarvam.ai")