awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 个仓库

Awesome GitHub RepositoriesModel Configuration Settings

Documentation on adjusting model parameters like temperature and top-p for specific outcomes.

Distinguishing note: Focuses on operational settings rather than prompt text.

Explore 17 awesome GitHub repositories matching artificial intelligence & ml · Model Configuration Settings. Refine with filters or upvote what's useful.

Awesome Model Configuration Settings GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dair-ai/prompt-engineering-guidedair-ai 的头像

    dair-ai/Prompt-Engineering-Guide

    75,678在 GitHub 上查看↗

    This project is a comprehensive educational resource and technical guide focused on the development, optimization, and application of large language models. It provides a structured curriculum for mastering prompt engineering, ranging from foundational principles of instruction design to advanced techniques for improving model reasoning, accuracy, and reliability. The guide distinguishes itself by offering deep technical insights into agentic workflows and autonomous system design. It covers the implementation of multi-step reasoning chains, tool integration through function calling, and stat

    Explains how to adjust model settings to influence output behavior.

    MDXagentagentsai-agents
    在 GitHub 上查看↗75,678
  • vercel/aivercel 的头像

    vercel/ai

    21,885在 GitHub 上查看↗

    This project is a comprehensive framework for building AI-powered applications, providing a unified toolkit for orchestrating language models, autonomous agents, and interactive user interfaces. It serves as a central library for managing the entire lifecycle of AI interactions, from initial prompt generation and model provider abstraction to complex, multi-step reasoning and tool execution. The framework distinguishes itself through its deep integration with frontend development, specifically by enabling generative user interfaces that render dynamic components directly from model outputs. I

    Allows granular control over model behavior by namespacing custom parameters for specific providers.

    TypeScriptanthropicartificial-intelligencegemini
    在 GitHub 上查看↗21,885
  • gaizhenbiao/chuanhuchatgptGaiZhenbiao 的头像

    GaiZhenbiao/ChuanhuChatGPT

    15,311在 GitHub 上查看↗

    This project is a web-based user interface and multi-model API gateway for interacting with various large language model providers and local inference services. It functions as a retrieval-augmented generation chatbot for private document questioning, a manager for model fine-tuning, and an autonomous agent framework. The system distinguishes itself by integrating an autonomous assistant mode that uses web search and external tools to solve complex, multi-step tasks without manual prompting. It also features an API gateway capable of rotating multiple authentication keys to balance usage and

    Provides a user interface to modify model inference parameters such as temperature, top-p, and context window.

    Python
    在 GitHub 上查看↗15,311
  • pipecat-ai/pipecatpipecat-ai 的头像

    pipecat-ai/pipecat

    12,846在 GitHub 上查看↗

    Pipecat is a framework and software development kit for building real-time multimodal AI agents and speech-to-speech systems. It utilizes a frame-based data pipeline to route audio, video, and text through a modular sequence of processors, enabling the orchestration of low-latency conversational AI. The project is distinguished by its ability to coordinate complex multimodal services, including speech-to-text, language models, and text-to-speech, within a single pipeline. It features semantic voice activity detection for natural turn-taking, state-machine conversation flows for dialogue manag

    Provides the ability to adjust model parameters like temperature and token limits during active conversations.

    Pythonaichatbot-frameworkchatbots
    在 GitHub 上查看↗12,846
  • antimatter15/alpaca.cppantimatter15 的头像

    antimatter15/alpaca.cpp

    10,138在 GitHub 上查看↗

    alpaca.cpp is a high-performance local inference engine implemented in C++ for executing instruction-tuned large language models. It serves as a quantized model runtime designed to load and run model tensors on local hardware with minimal dependencies, removing the requirement for a full Python environment. The project focuses on on-device text generation and the deployment of private AI chatbots. It utilizes model weight quantization to reduce memory requirements and increase inference speed on consumer-grade devices. The system covers hardware-optimized model execution through thread-pool

    Provides controls for operational settings like temperature and thread count to manage token prediction.

    C
    在 GitHub 上查看↗10,138
  • sigoden/aichatsigoden 的头像

    sigoden/aichat

    9,328在 GitHub 上查看↗

    This project is a terminal-based command line interface client and agent orchestrator for interacting with multiple large language model providers. It functions as an OpenAI API client and a local API gateway that exposes chat completions and embeddings through an HTTP server. The system distinguishes itself by providing a retrieval-augmented generation tool for indexing local files and URLs into a vector database to provide custom document context. It allows for the creation of specialized AI agents that combine custom system prompts with tool calling and external function execution. The to

    Adjusts model parameters such as temperature and token limits during an active session.

    Rustaiai-agentschatbot
    在 GitHub 上查看↗9,328
  • automl/auto-sklearnautoml 的头像

    automl/auto-sklearn

    8,111在 GitHub 上查看↗

    This is a scikit-learn automated machine learning framework designed to optimize model selection and hyperparameters. It functions as an automated model selector and hyperparameter optimization tool for classification and regression tasks, utilizing an automated ensemble builder to combine high-performing models for increased predictive accuracy. The system features a distributed search engine that uses Dask for parallel machine learning optimization across CPU cores or clusters. It implements a budget-based evaluation strategy through successive halving to prioritize promising model configur

    Creates execution commands to run automated machine learning across multiple datasets with specific time budgets.

    Python
    在 GitHub 上查看↗8,111
  • open-mmlab/mmagicopen-mmlab 的头像

    open-mmlab/mmagic

    7,434在 GitHub 上查看↗

    mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp

    Provides capabilities to print and verify the resolved set of parameters used during training and testing.

    Jupyter Notebookaigccomputer-visiondeep-learning
    在 GitHub 上查看↗7,434
  • refly-ai/reflyrefly-ai 的头像

    refly-ai/refly

    7,393在 GitHub 上查看↗

    Refly is an open-source platform for building, running, and sharing deterministic agent skills. It provides a visual workflow compiler that converts natural language descriptions into executable, versioned agent workflows, and includes a runtime that deploys these compiled skills as APIs, webhooks, Slack bots, or native tools for AI coding platforms like Claude Code and Cursor. The platform distinguishes itself through a central skill registry with versioning and audit logging, enabling teams to manage agent capabilities as governed corporate assets. It supports human-in-the-loop automation,

    Sets a preferred AI model to be used automatically for new conversations and workflows.

    TypeScriptagentagent-skillsautomation
    在 GitHub 上查看↗7,393
  • nagi-ovo/gemini-voyagerNagi-ovo 的头像

    Nagi-ovo/gemini-voyager

    7,038在 GitHub 上查看↗

    Gemini Voyager is a browser-based toolkit designed to enhance the interface and workflow of large language model web applications. It serves as a conversation manager, an output renderer, and a prompt library manager, allowing users to customize the layout and functionality of AI chat interfaces. The project distinguishes itself through advanced content handling, such as removing image watermarks by reversing alpha blending to restore original pixels. It also provides specialized rendering for LaTeX mathematical formulas and Mermaid diagrams, alongside tools to fix broken Markdown formatting

    Allows users to set a preferred AI model that is automatically selected whenever a new conversation begins.

    TypeScriptai-studiobunchat-management
    在 GitHub 上查看↗7,038
  • moonshotai/kimi-cliMoonshotAI 的头像

    MoonshotAI/kimi-cli

    6,503在 GitHub 上查看↗

    Kimi is a terminal-based AI agent that autonomously plans and executes software development tasks by reading, editing, and running code. It operates as an intelligent command-line agent that breaks down high-level goals into sequences of shell commands and code edits, carrying them out without manual step-by-step guidance. The agent can run in an interactive loop, switch to a shell mode for direct terminal command execution, and operate in non-interactive or one-shot modes suitable for scripting. The project distinguishes itself through multiple integration and execution modes. It can run as

    Overrides the default language model used for generating responses in a session.

    Python
    在 GitHub 上查看↗6,503
  • olimorris/codecompanion.nvimolimorris 的头像

    olimorris/codecompanion.nvim

    6,166在 GitHub 上查看↗

    CodeCompanion is a Neovim plugin that brings large language model capabilities directly into the editor, enabling turn-based conversations with AI models in a dedicated chat buffer. It provides a comprehensive interface for interacting with LLMs, supporting multiple providers through a flexible adapter system that can route requests to various hosted or local language model services. The plugin distinguishes itself through its extensive context-sharing capabilities, allowing users to send buffer contents, visual selections, git diffs, LSP diagnostics, terminal output, quickfix lists, and view

    Edits a YAML block at the top of the chat buffer to adjust adapter hyperparameters before the next LLM turn.

    Luaacpagent-client-protocolanthropic
    在 GitHub 上查看↗6,166
  • anc95/chatgpt-codereviewanc95 的头像

    anc95/ChatGPT-CodeReview

    4,445在 GitHub 上查看↗

    ChatGPT-CodeReview is an AI-driven code analysis tool and bot that uses a large language model to automatically review pull request diffs and post feedback on code changes. It functions as a system for detecting bugs and suggesting improvements in source code. The tool provides a containerized runtime for deployment as a background process or through a GitHub Action. Users can customize the analysis behavior, style, and technical depth by adjusting model parameters and system prompts. The system handles automated code review workflows by triggering analysis via webhooks and CI pipelines, upd

    Allows adjustment of model parameters such as temperature and selection to tailor the review style.

    JavaScript
    在 GitHub 上查看↗4,445
  • crmne/ruby_llmcrmne 的头像

    crmne/ruby_llm

    3,566在 GitHub 上查看↗

    ruby_llm is an LLM integration framework and AI agent orchestrator designed to connect applications to multiple large language model providers through a unified interface. It serves as a toolkit for building autonomous assistants with custom personas, managing structured output via JSON schemas, and implementing vector embedding engines for semantic search. The project distinguishes itself as an observability suite and multimodal toolkit. It provides specialized capabilities for tracking token usage, calculating model costs, and tracing workflows via OpenTelemetry, while supporting the proces

    Allows defining global default models for chat, embeddings, and image generation to simplify API calls.

    Rubyaianthropicchatgpt
    在 GitHub 上查看↗3,566
  • karthink/gptelkarthink 的头像

    karthink/gptel

    3,192在 GitHub 上查看↗

    gptel is an LLM Emacs client and multi-backend AI integration system that allows users to interact with large language models directly inside the Emacs text editor. It serves as an AI-powered text refactoring tool and a context-aware prompt manager, providing a unified interface to connect with various AI providers, including local Ollama instances, AWS Bedrock, and Gemini. The project distinguishes itself as a Model Context Protocol client, connecting to MCP servers to provide language models with external tools and data sources. It enables context-augmented prompting by aggregating text fro

    Saves and restores model configurations and temperature settings directly within document properties.

    Emacs Lispchatgptemacsllms
    在 GitHub 上查看↗3,192
  • vladmandic/humanvladmandic 的头像

    vladmandic/human

    2,999在 GitHub 上查看↗

    Human is a TensorFlow.js computer vision library used for face, body, and hand tracking within the browser or Node.js. It provides a framework for human pose and gesture tracking, facial recognition, and biometric liveness detection to verify a live human presence. The project distinguishes itself through a full suite of identity and motion tools, including a facial recognition framework that generates embeddings for similarity matching and a background segmenter for separating humans from their environment. It incorporates a liveness detector to prevent spoofing during facial analysis. The

    Configures processing backends and operational modes to control how analysis and logging are performed.

    HTMLage-estimationbody-segmentationbody-tracking
    在 GitHub 上查看↗2,999
  • rohitg00/awesome-ai-appsrohitg00 的头像

    rohitg00/awesome-ai-apps

    723在 GitHub 上查看↗

    This project serves as a curated directory and resource hub for developers working with generative artificial intelligence. It provides a comprehensive index of open-source software solutions, frameworks, and project examples designed to help users discover and implement advanced AI systems. The repository focuses on practical implementations of agentic, multimodal, and retrieval-augmented generation architectures. It highlights tools for building conversational assistants, voice-enabled agents, and automated workflows that leverage large language models. By showcasing diverse technical domai

    Allows adjustment of model parameters like temperature and top-p for specific outcomes.

    HTMLagentsaiapps
    在 GitHub 上查看↗723
  1. Home
  2. Artificial Intelligence & ML
  3. Model Configuration Settings

探索子标签

  • Buffer-Local Model SettingsPersisting AI model parameters within specific document properties. **Distinct from Model Configuration Settings:** Distinct from general Model Configuration Settings: focuses on the persistence of these settings within the editor buffer properties.
  • Default Model SelectionCapabilities for setting a preferred AI model to be used automatically for new sessions. **Distinct from Model Configuration Settings:** Focuses on the selection of a default model for new chats, whereas Model Configuration Settings focus on parameter tuning like temperature.
  • Execution Command GenerationGeneration of commands to run automated ML searches across multiple datasets. **Distinct from Model Configuration Settings:** Generates execution commands for batch runs rather than adjusting operational settings for a single model.
  • Experimental Parameter VerificationTools for inspecting and logging resolved model parameters to verify experimental training and testing settings. **Distinct from Model Configuration Settings:** Focuses on the verification and printing of active parameters for debugging, rather than the act of adjusting settings.