Skip to content
View astordu's full-sized avatar

Block or report astordu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. agent_from_scratch agent_from_scratch Public

    从零构建了Agent中最重要的功能-function call

    Python 7

  2. deepee-chrome deepee-chrome Public

    chrome插件 - 阅读英文网页时,不会的单词和词组,通过点击一下按钮就可以进行深度解释。(DeepEE的意思是 Deep English Explain)

    JavaScript 4

  3. automated-prompt-engineering-from-scratch automated-prompt-engineering-from-scratch Public

    Forked from heiko-hotz/automated-prompt-engineering-from-scratch

    从0构建了一个自动提示语工程调优项目

    Python 1

  4. anthropic-cookbook anthropic-cookbook Public

    Forked from anthropics/anthropic-cookbook

    A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.

    Jupyter Notebook

  5. Whisper-Input Whisper-Input Public

    Forked from ErlichLiu/Whisper-Input

    可以实现按下 Option 按钮开始录制,抬起按钮就结束录制,并调用 Groq Whisper Large V3 Turbo 模型进行转译,由于 Groq 的速度非常快,所以大部分的语音输入都可以在 1-2s 内反馈。并且得益于 whisper 的强大能力,转译效果非常不错。

    Python