langgenius/dify
Dify is an open-source platform for developing and deploying AI applications using large language models, featuring workflow building, model management, agent capabilities, and observability tools.
Awesome AI Agents › AI Application Development
The project "chatgpt-artifacts" aims to bring Claude's Artifacts feature to ChatGPT, enhancing the ChatGPT experience by integrating this specific functionality. The repository provides a clear guide on how to set up and use the application, starting with cloning the repository, installing dependencies, configuring environment variables with an OpenAI API key, building the app, and finally starting it. This setup process ensures that users can quickly get the application running on their local machines. The project supports multiple AI model backends, making it versatile and adaptable to different user needs. It includes instructions for integrating with local large language models (LLMs) such as Llama3 or Gemma2 via Ollama, which involves simple code modifications to point to the local LLM server. Additionally, it supports Groq, a cloud-based AI service, by updating the API key and base URL in the code, allowing users to leverage Groq's models. Furthermore, the project supports Azure OpenAI integration, providing detailed steps to configure the Azure resource, deployment, and API keys. This flexibility allows users to choose their preferred AI service provider and model, making the project highly customizable. The repository also includes a preview link demonstrating the feature in action, which helps users understand what to expect from the application. The project is licensed under GPL-3.0, ensuring it is open source and can be freely used and modified under the terms of this license. Overall, "chatgpt-artifacts" is a practical tool for users who want to extend ChatGPT's capabilities by incorporating Claude's Artifacts feature and offers broad compatibility with various AI platforms, making it a valuable resource for developers and AI enthusiasts.
https://github.com/ozgrozer/chatgpt-artifacts
Dify is an open-source platform for developing and deploying AI applications using large language models, featuring workflow building, model management, agent capabilities, and observability tools.
Daytona is a secure and elastic infrastructure platform designed for safely running AI-generated code with high performance and scalability.
A curated and comprehensive list of AI autonomous agents categorized into open-source and closed-source projects, serving as a valuable resource for exploring, building, and contributing to AI agent development.
MLflow is an open-source platform that manages the full machine learning lifecycle, providing tools for experiment tracking, model packaging, deployment, evaluation, and observability in one integrated solution.
PydanticAI is a Python agent framework that simplifies building production-grade Generative AI applications by providing type-safe, structured, and model-agnostic integration with multiple LLMs, along with features like dependency injection and real-time debugging.
A comprehensive repository of sample code, notebooks, and resources for developing and managing generative AI workflows on Google Cloud using Gemini models on Vertex AI.
Rig is a Rust library for building scalable, modular, and ergonomic fullstack agents powered by large language models, supporting multiple LLM providers and vector stores for AI integration.
Manifest is an open-source components library built on shadcn/ui for creating customizable and production-ready UI components to develop ChatGPT and conversational AI applications efficiently.