https://github.com/tfthacker/obsidian-ai-templater
Extends Templater with AI Chat commands using the OpenAI Client Library
https://github.com/tfthacker/obsidian-ai-templater
obsidian obsidian-md obsidian-plugin openai-api
Last synced: 3 months ago
JSON representation
Extends Templater with AI Chat commands using the OpenAI Client Library
- Host: GitHub
- URL: https://github.com/tfthacker/obsidian-ai-templater
- Owner: TfTHacker
- License: mit
- Created: 2024-03-28T14:15:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T11:03:11.000Z (over 1 year ago)
- Last Synced: 2025-04-24T19:54:30.116Z (about 1 year ago)
- Topics: obsidian, obsidian-md, obsidian-plugin, openai-api
- Language: TypeScript
- Homepage: https://tfthacker.com/AIT
- Size: 73.2 KB
- Stars: 46
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Intro
This plugin extends Templater to interact with large language models. It is primarily designed to work with OpenAI LLMs, like the ones used by ChatGPT, but is also compatible with any LLM that supports the OpenAI API.
For example, in Templater, you can use the following command to ask ChatGPT a question:
`<%tp.ai.chat("How far is the moon from the earth?")%>`
For detailed instructions on the use of this plugin, please see: [https://tfthacker.com/AIT]
Please note that this plugin requires an API key from OpenAI. You can get one by signing up at [https://beta.openai.com/signup/].
Additionally, when you use this plugin, unless you have configured it to use a local LLM, it will make internet requests to the OpenAI API. Please be aware of this when using this plugin.
## Ways to connect with me and more information on my work
You can find me on Twitter [@TfTHacker](https://x.com/TfTHacker)
My website https://tfthacker.com/