Skip to content
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

GitHub Actionsと新規簡易テストファイルの追加 #126

Merged
merged 2 commits into from
May 6, 2024

Conversation

dai-motoki
Copy link
Owner

GitHub Actionsのワークフロー設定と複数の新規テストファイルを追加しました。これによりCI/CDの自動化とテストカバレッジの向上を図ります。

dai-motoki added 2 commits May 6, 2024 17:35
echo "##active_line2##"

echo "##active_line3##"
テストファイル test_llms.py において、インポート方法を変更しました。
echo "##active_line4##"
具体的には、zoltraak.llms.claudeからAnthropicModelを直接インポートするのではなく、
echo "##active_line5##"
zoltraak.llms.claude モジュールを claude としてインポートし、その中のgenerate_response関数を使用する形にしました。
echo "##active_line6##"
この変更により、モジュールの依存性が明確になり、コードの再利用性と保守性が向上します。
echo "##active_line7##"
修正内容をテストするためのテストケースも追加し、機能が正常に動作することを確認しています。
@dai-motoki dai-motoki changed the title GitHub Actionsと新規テストファイルの追加 GitHub Actionsと新規簡易テストファイルの追加 May 6, 2024
@dai-motoki dai-motoki merged commit fc9aea2 into release/v0.1.29 May 6, 2024
6 checks passed
@dai-motoki dai-motoki deleted the issue-125 branch May 6, 2024 08:42
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