About 60 results
Open links in new tab
  1. unsupervised_topic_modeling/topics/en/15/100/50/topics at master ...

    Contribute to annontopicmodel/unsupervised_topic_modeling development by creating an account on GitHub.

  2. venusjjp/Stripchat-Revenue-Insights - GitHub

    > A real-time metrics collection system for Stripchat live streams, > focusing on chat message analysis and broadcaster revenue estimation. - venusjjp/Stripchat-Revenue-Insights

  3. basic openai chat completion example · GitHub

    Jul 8, 2025 · basic openai chat completion example. GitHub Gist: instantly share code, notes, and snippets.

  4. Extract form ChatCompletion - Error · openai openai-python - GitHub

    chat_completion 2024-02-13 - INFO - ChatCompletion (id='chatcmpl-8rlh7Hj4auUxtL9mqQvcXwv0evKG', choices= [Choice (finish_reason='stop', index=0, logprobs=None ...

  5. GitHub - MichaelMoroz/VRChatGaussianSplatting: …

    VRChatGaussianSplatting. Contribute to MichaelMoroz/VRChatGaussianSplatting development by creating an account on GitHub.

  6. trivial RAG using a wikipedia ZIM file and llama.cpp · GitHub

    Nov 29, 2024 · return re.sub ('\n\n\n+', '\n\n', string).strip () def chat (messages): response = client.chat.completions.create (messages=messages, model="-") return response.choices …

  7. Teaching/23AML171-Agentic_AI/5_memory_short-term.ipynb at

    Short-Term Memory Impementing a short-term memory for an agent. Integrates a standard in-memory checkpoint saver into an agent to remember previous interactions and maintain context during a …

  8. GitHub - Goedel-LM/Goedel-Prover-V2 · GitHub

    Jul 14, 2025 · We introduce Goedel-Prover-V2, an open-source language model series that sets a new state-of-the-art in automated formal proof generation. Built on the standard expert iteration and …

  9. OpenAI互換APIサーバ+VLMを用いて画像をキャプショニングする · …

    Apr 11, 2026 · OpenAI互換APIサーバ+VLMを用いて画像をキャプショニングする. GitHub Gist: instantly share code, notes, and snippets.

  10. A very simple mistral example · GitHub

    Feb 14, 2025 · This is a very simple example using Mistral AI with their official Mistral Python Client. The main.py passes STDIN to Mistral AI and then stream out the response text to STDOUT until finished.