insta-import-pixelfed/config.json.example

15 lines
1.2 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pixelfed_url": "https://pxl.mxhdr.net",
"pixelfed_access_token": "longstringofpersonalaccesstokenfromyourpixelfedaccount",
"pixelfed_visibility": "public",
"pixelfed_batch_size": 20,
"pixelfed_default_text": "Instagram dump from @title@ @batch@ #instabackup #instaimport #instaexit",
"openai_api_key": "youropenapiaccesskey",
"openai_api_url": "https://api.openai.com/v1/chat/completions",
"openai_model": "gpt-4o",
"ollama_api_key": "yourollamaaccesskey_mightbeoptional",
"ollama_api_url": "http://localhost:11434/api/generate",
"ollama_model": "llama3.2-vision:11b-instruct-q8_0",
"caption_extension": ".caption.txt",
"prompt": "Imagine you are posting on social media and want to provide image descriptions for people with vision disabilities. Those people might use screen readers. Thats why you want to put an ALT text for images so those people can understand what is shown in the picture. Try to detect the main topic and mood or intention of the picture. If there is visible and readable text in the image, then also provide that text. Complete the sentence: “This picture shows” and respond in plain text format with less than 5000 characters?"
}