Skip to content

Fixup the readme for publishing, and add a cargo test workflow #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chendrixson
Copy link
Contributor

No description provided.

@chendrixson
Copy link
Contributor Author

Need to make cargo test run clean when foundry isn't installed.

@jonwis
Copy link
Member

jonwis commented May 30, 2025

... is there a way to define a link seam, so you have an "invoke_foundry(args)" method that is "system(foundry.exe, args)" in real-mode and "return intended_test_result" in test mode?

.json(&serde_json::json!({
"model": manager.get_model_info("phi-3.5-mini").await?.id,
"messages": [{"role": "user", "content": "What is the golden ratio?"}],
"model": model_info.id,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not look as though the model_info has been declared before being used.

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.

3 participants