mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-06 02:41:48 +00:00
changes
This commit is contained in:
parent
e698b7e0e5
commit
6313c9879f
6 changed files with 198 additions and 38 deletions
|
|
@ -29,11 +29,14 @@ import json
|
|||
import os
|
||||
import asyncio
|
||||
import uuid
|
||||
from dotenv import load_dotenv
|
||||
import datetime
|
||||
from pathlib import Path
|
||||
from typing import Dict, Any, Optional
|
||||
from openai import AsyncOpenAI
|
||||
|
||||
load_dotenv()
|
||||
|
||||
# Initialize Nous Research API client for vision processing
|
||||
nous_client = AsyncOpenAI(
|
||||
api_key=os.getenv("NOUS_API_KEY"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue