forked from karthickshanmugarao/lv-bots-public-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
27 lines (18 loc) · 1000 Bytes
/
example.env
File metadata and controls
27 lines (18 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Metadata Directory - The Folder which contains JSON files with description about the Tool VIs
metadata_dir="C:\lv-bots\mcp_tools_metadata"
# OpenAI API Key to run the autogen example script
OPENAI_API_KEY=<OPENAI_API_KEY>
# LabVIEW Version
lv_version=2023
labview_path=C:\Program Files (x86)\National Instruments\LabVIEW 2023\LabVIEW.exe
# Advanced Configurations #######################################################################
# Mostly no changes are required on the below setting,
# Please change the port configurations in case if any other applications use the below ports
lv_executor_server_address=localhost:50051
mcp_server_host="127.0.0.1"
mcp_server_port=8000
generate_intermediate_mcp_files="no"
# Intermediate Tools Directory
# The Folder which contains Intermediate tool files that can be generated for debugging
# purposes using the following script lv_bots_mcp_server_with_tool_py_generation.py
intermediate_tools_dir="C:\lv-bots\debug_files\intermediate_tool_files"