Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@szthanatos
Copy link

When using mini_dev for local testing, I found myself doing some boring tricks to get it running as expected. 
So I make this PR to improve the user-experience without breaking the core logic.

Main changes:

  • support uv package manager
  • migrate requirements.txt(not working for me) to environment.yaml
  • currect an issue where JSON files were treated as JSONL
  • supprot openai api format llm serve
  • enhance shell script, better readability, easier configuration, and friendlier output

Hope these changes may helpful for you! 😄

sz added 6 commits June 11, 2025 15:18
file in mini_dev dataset is accurate json format, but the script takes jsonl input.
azure api was the sole option for llm integration. this commit decouples a llm client class, which makes use openai api compatible llm serve possible.
reorganize & rewrite shell scripts, for better readability, easier configuration, and friendlier output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant