os.environ["OPENAI_API_KEY"] = 'XXXXXX' def construct_index(directory_path): max_input_size = 4096 num_outputs = 512 max_chunk_overlap = 20 chunk_size_limit = 600 prompt_helper = PromptHelper(max_input_size, num_outputs, max_chunk_overlap, chunk_size_limit=chunk_size_limit) llm_pre...
chatGPT的价格 chatGPT 3.5是免费的,这里指的OPENAI官网的聊天窗口,(但是国内封禁了,用不了 ) chatGPT-4是收费的,这里指的也是官网的聊天窗口,需要开通plus会员才能用,plus会员每月20美元,相当于人民币140元。(这个国内也封禁了,用不了 ) chatGPT API接口是收费的,好像也是20美元一个月。(API国内也被禁了,...
Key functionalities will include: - API Integration: Seamless connection with the exchange for executing trades. - Order Management: Dynamic handling of buy and sell orders based on configurable target prices. - Notifications: Real-time alerts via Pluto and Telegram for executed orders and error ...