headrx
headrx
CC#
Created by headrx on 1/26/2025 in #help
Ollama 404 http denial
also tried 127.0.0.1 instead of localhost
5 replies
CC#
Created by headrx on 1/26/2025 in #help
Ollama 404 http denial
Does anyone know of what im doing wrong ?
5 replies
CC#
Created by headrx on 1/26/2025 in #help
Ollama 404 http denial
public class ApiResponse
{
public string Model { get; set; }
public string CreatedAt { get; set; }
public string Response { get; set; }
public bool Done { get; set; }
public string DoneReason { get; set; }
public int[] Context { get; set; }
public long TotalDuration { get; set; }
public long LoadDuration { get; set; }
public int PromptEvalCount { get; set; }
public long PromptEvalDuration { get; set; }
public int EvalCount { get; set; }
public long EvalDuration { get; set; }
}
public class ApiResponse
{
public string Model { get; set; }
public string CreatedAt { get; set; }
public string Response { get; set; }
public bool Done { get; set; }
public string DoneReason { get; set; }
public int[] Context { get; set; }
public long TotalDuration { get; set; }
public long LoadDuration { get; set; }
public int PromptEvalCount { get; set; }
public long PromptEvalDuration { get; set; }
public int EvalCount { get; set; }
public long EvalDuration { get; set; }
}
5 replies
CC#
Created by headrx on 1/26/2025 in #help
Ollama 404 http denial
Heres my ApiResponse class just for reference
5 replies