• Vicki Boykis's avatar
    Implementing local OpenAI API-style chat completions on any given inference server (#1174) · fcfc0c60
    Vicki Boykis authored
    * LocalChatCompletionsLM add
    
    * clean up completions class
    
    * clean up completions class
    
    * update tokens
    
    * README
    
    * fix constructor
    
    * eos token
    
    * folding local-chat-completions into OpenAIChatCompletions
    
    * refactoring to include gen_kwargs as passable option
    
    * add todo on chat completion kwarg validation
    
    * Ruff and README fix
    
    * generalize to **kwargs
    
    * remove unnecessary kwargs
    
    * README and remove kwargs
    
    * README
    fcfc0c60
README.md 20.9 KB