Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Experimental Training Features, Providers Refactor (#1155)
* Lean AGiXT * Leannnnnnnn * Add defaults * Add to default embedder * Remove requirement * Clean up * Add provider services * Add service endpoint * Add services to agent * Add to defaults * Add provider settings * Fix bad refs * Add services test * Switch model to gpt-4-vision-preview if images uploaded * Remove old refs * Add image generations endpoint * QA Improvements for DPO training * Update dataset creation to use DPO method * Remove embeddings, clean up * Move functionality * Add np * Attempt to fix embedder * Remove old voice code * Maybe fix embedder * Use input instead of text * Tuning wip * Add fine_tune_llm function * Attempt at fixing embedders * Use memories directly * Add auto installs * Clean up * Clean up * Added huggingface api key from agent settings * Update embedding provider * Use messages style for good/bad answers * Add .embeddings * Add static methods for services * Lint * Add training status * Remove text * Fix ref * this seems crazy * Improve training endpoint * v1.5.0 * Increase sleep on test * Fix api_base ref * Clean up provider docs * Fix warning about model_name * Update agixtsdk to 0.0.34 * Update requirements * Add claude vision * Add system message * Clean up readme * Improve dev compose * Add dev pg * Remove code causing error * Updates * Handle provider setting update * Fix get_agents * Add status for user agents * Modify get_agents * Fix duplicates in agent list * Remove condition causing issue * Add tests, fix endpoints * Improve tests * Fix translate_audio response * Fix transcribe audio * Add completions tests to tests on main * Trnascription fix attempt * Convert audio * Fix endpoints * work? * Switch x-wav to wav * Updates * Use file extension * Use wav * Use full path * Always segment * Add dot * fix tts return * Fix tts response * add decoder * STT Fix attempt * Use ffmpeg * Fix test * Clean up * wOrKs oN mY mAcHiNe * Add providers to example * use if not * use agent_name * Use if not user * Add user to collection name * get default user global * Updates * change file type * pass thru urls * Updates * Clean up ezlocalai response * improve vision * change output location for file in test * Try using gtts as default? * Use audiosegment * Fix google provider * Fix api key for google provider * continue * Fix defaults * Add mode * Hope this works! * Fix tabbing * Remove unused refs
- Loading branch information