mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
Refactor the OpenAI LLM implementation in the `openai-llm.ts` file. - Update the model selection logic to support both 'gpt-4o' and 'o1-mini' models. - Add conditional logic to handle different models and their respective prompts and options.