.github/workflows Create pylint.yml Apr 21, 2024 .gitignore support ollama Apr 21, 2024 README.md Add support for Ollama in ChatPPT Apr 21, 2024 chatppt.py add streamlit ui Apr 21, 2024 chatppt_ui.py Update num_slides label in chatppt_ui.py Apr 21, 2024 ...
一个LLM-Agent与PPT项目,支持基于对话式需求进行操作PPT的原生AI应用项目。模型为DeepSeek,基于LLM+VBA调用进行文档操作,轻量级ChatPPT服务。An LLM-Agent and PPT project that supports native AI application projects that operate PPT based on conversational requ
NotificationsYou must be signed in to change notification settings Fork46 Star246 Files main .github .gitignore README.md chatppt.py chatppt_ui.py demo1.png demo2.png requirements.txt ui.png ui_demo_1.png ui_demo_2.png File metadata and controls ...
During this time, ChatGPT was a thing so I decided to formulate the slides as if I am asking ChatGPT to prepare a talk. The talk is based on my joint work with Duursma Parity-Checked Strassen Algorithm https://arxiv.org/abs/2011.15082...
def __init__(self, ai_model, api_key, ollama_url=None, ollama_model=None): self.ai_model = ai_model self.api_key = api_key self.ollama_url = ollama_url self.ollama_model = ollama_model @staticmethod def robot_print(text): for char in text: print(char, end="", flush=True...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
ChatPPT is a tool powered by chatgpt/ollama that helps you generate PPT/slide. It supports output in English and Chinese. ## Table of Contents - [What's New](#whats-new) - [What is ChatPPT](#what-is-chatppt) - [Requirements](#requirements) @@ -12,39 +13,48 @@ ChatPPT is ...
【chat-gpt-ppt:用 ChatGPT 生成 slide/PPT】’chat-gpt-ppt - use ChatGPT to generate slide/PPT automatically' williamfzc GitHub: github.com/williamfzc/chat-gpt-ppt #开源##机器学习# û收藏 75 5 ñ52 评论 o p 同时转发到我的微博 按热度 按时间 正在加载,请稍...
Use ChatGPT to generate PPT automatically, all in one single file. Showcase Some topics for presentation named topic.txt: what's OpenAI? how OpenAI works? what is the future of OpenAI? Save your openai token to token.txt. Generate a ppt in seconds: ./cgp And you get one: With ...
.github/workflows Create pylint.yml Apr 21, 2024 .gitignore support ollama Apr 21, 2024 README.md Add support for Ollama in ChatPPT Apr 21, 2024 chatppt.py add streamlit ui Apr 21, 2024 chatppt_ui.py Update num_slides label in chatppt_ui.py Apr 21, 2024 ...