com.litongjava.openai.constants.LlamaConstants Maven / Gradle / Ivy
package com.litongjava.openai.constants;
public interface LlamaConstants {
String server_url = "https://api.llama-api.com";
}
package com.litongjava.openai.constants;
public interface LlamaConstants {
String server_url = "https://api.llama-api.com";
}