javeme commented on code in PR #32: URL: https://github.com/apache/incubator-hugegraph-ai/pull/32#discussion_r1518718597
########## hugegraph-llm/src/hugegraph_llm/config/config.ini: ########## @@ -29,4 +29,4 @@ api_key = xxx secret_key = xxx llm_url = https://aip.baidubce.com/rpc/2.0/ai_custom/v1/wenxinworkshop/chat/completions_pro?access_token= model_name = gpt-3.5-turbo-16k -max_token = 4000 +max_token = 4000 Review Comment: expect a blank line at the end of file ########## hugegraph-llm/requirements.txt: ########## @@ -1,4 +1,4 @@ -openai==0.28.1 +openai Review Comment: It will be more reliable to specify a version(to avoid compatibility issues), such as >= a certain version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
