Replies: 1 comment 2 replies
-
|
Looks interesting! Is there a way to get a few deepseek credits for testing? I only get HTTP 402. :-( What will be price per query? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’d like to share a small experimental Python script I recently made: Stellarium Sidekick — a simple companion observing assistant for Stellarium.
It uses Stellarium’s RemoteControl API to read the currently selected object, then uses an AI service to generate a short description and visual observing suggestions. The generated information should be treated as AI-assisted and may need to be checked. It can also use local text-to-speech narration.
This is not a native Stellarium plugin or a polished standalone app. It is just a small sidekick tool that runs alongside Stellarium. At the moment it is mainly tested on Windows, and it uses some Windows-specific APIs, so it will not run directly on mac.
Code and basic notes are here:
https://github.com/hongming/stellarium-sidekick/
Beta Was this translation helpful? Give feedback.
All reactions