You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@parthgupta1208@abhijeet-shankar@Sounacc
I intend to run this locally without relying on API keys for both the Google Image Search API and the Google Cloud Vision API. Could you elaborate on the substitute for the addphoto.py file?
The text was updated successfully, but these errors were encountered:
That's it! All you would need to do is to add your image topic to the query_string and modify the functions as needed.
Note: API method is recommended for accurate results.
@abhijeet-shankar@parthgupta1208@Sounacc
also I'd like to integrate a local language model (LLM) into this file instead of the gpt.py file. Could you please provide the Python file and instructions for incorporating it into the prompt for summarization?
@Versha111 You can simply install ollama and run a local llama-70b, call it directly in a python file using langchain and recieve its output where you are retrieving the gpt output as of now
@parthgupta1208 @abhijeet-shankar @Sounacc
I intend to run this locally without relying on API keys for both the Google Image Search API and the Google Cloud Vision API. Could you elaborate on the substitute for the addphoto.py file?
The text was updated successfully, but these errors were encountered: