All public logs
Jump to navigation
Jump to search
Combined display of all available logs of IA Generative. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:31, 22 April 2024 Apacheco talk contribs created page Summary (Created page with "== api-summary/app.py == <pre> from langchain_community.chat_models import ChatOpenAI # Load environment variables from .env file from dotenv import load_dotenv #python-dotenv load_dotenv() import os os.environ["OPENAI_API_MODEL"]="chat-leger" os.environ["OPENAI_API_BASE"]="https://api-ai.numerique-interieur.com/v1" os.environ["OPENAI_API_KEY"]="sk-X1UNQff2L9poj7RBx3HYig" openai_api_model=os.environ["OPENAI_API_MODEL"] openai_api_base=os.environ["OPENAI_API_BASE"] open...")