dvcrn / chatgpt-ui

ChatGPT UI with auth, OpenAI, Claude, Gemini support, written in Elixir + LiveView
MIT License
90 stars 17 forks source link

nit: Update application.ex - missing comma #16

Closed francoabaroa closed 3 months ago

francoabaroa commented 3 months ago

Added missing comma after Chatgpt.Tokenizer, # <- This comma was missing

dvcrn commented 3 months ago

Thanks for the PR!